-
-
Notifications
You must be signed in to change notification settings - Fork 196
Implement lockfile and symlink option #140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Test FAILed. |
bcddc99
to
1d9d0fc
Compare
Test PASSed. |
@@ -0,0 +1,41 @@ | |||
///<reference path=".d.ts"/> | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"use strict";
I think this PR must be rebased after @rosen-vladimirov change of commands. Thoughts? |
1d9d0fc
to
67fd3ec
Compare
Test FAILed. |
67fd3ec
to
40c6e43
Compare
Test FAILed. |
40c6e43
to
b063865
Compare
Test PASSed. |
b063865
to
92c900c
Compare
Test PASSed. |
run ci |
92c900c
to
6d235ff
Compare
Test PASSed. |
run ci |
6d235ff
to
3f4c35b
Compare
Test FAILed. |
3f4c35b
to
3b3a09f
Compare
Test PASSed. |
3b3a09f
to
6d235ff
Compare
Test PASSed. |
run ci |
6d235ff
to
c6923bb
Compare
Test FAILed. |
c6923bb
to
cbf2990
Compare
Test PASSed. |
cbf2990
to
8d4b5ea
Compare
Test FAILed. |
1 similar comment
Test FAILed. |
8d4b5ea
to
dd2c4a5
Compare
Test PASSed. |
@@ -0,0 +1,15 @@ | |||
declare module "lockfile" { | |||
export function lock(lockFilename: string, lockParams: ILockParams, callback: (err: Error) => void): void; | |||
export function lockSync(lockFilename: string, lockParams: any): void; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not ILockSyncParams but any?
dd2c4a5
to
44a2eed
Compare
Test FAILed. |
44a2eed
to
b3a3eb8
Compare
Test FAILed. |
b3a3eb8
to
1ad1e9a
Compare
Test PASSed. |
1ad1e9a
to
a558472
Compare
Test PASSed. |
👍 after a green build |
a558472
to
76e86ce
Compare
Test PASSed. |
76e86ce
to
4891d78
Compare
Test PASSed. |
* Symlink option
4891d78
to
156c047
Compare
Test PASSed. |
Implement lockfile and symlink option
#137
#136